home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 15 / CU Amiga Magazine's Super CD-ROM 15 (1997)(EMAP Images)(GB)[!][issue 1997-10].iso / CUCD / Graphics / Ghostscript / source / new-user.txt < prev    next >
Text File  |  1997-06-18  |  23KB  |  534 lines

  1.    Copyright (C) 1996, 1997 Aladdin Enterprises.  All rights reserved.
  2.   
  3.   This file is part of Aladdin Ghostscript.
  4.   
  5.   Aladdin Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author
  6.   or distributor accepts any responsibility for the consequences of using it,
  7.   or for whether it serves any particular purpose or works at all, unless he
  8.   or she says so in writing.  Refer to the Aladdin Ghostscript Free Public
  9.   License (the "License") for full details.
  10.   
  11.   Every copy of Aladdin Ghostscript must include a copy of the License,
  12.   normally in a plain ASCII text file named PUBLIC.  The License grants you
  13.   the right to copy, modify and redistribute Aladdin Ghostscript, but only
  14.   under certain conditions described in the License.  Among other things, the
  15.   License requires that the copyright notice and this notice be preserved on
  16.   all copies.
  17.  
  18. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  19.  
  20. This file, new-user.txt, provides background information for new users.
  21.  
  22. For an overview of Ghostscript and a list of the documentation files, see
  23. README.
  24.  
  25. ********
  26. ******** An overview of Ghostscript ********
  27. ********
  28.  
  29. Ghostscript is the name of a set of software that provides:
  30.  
  31.     - An interpreter for the PostScript (TM) language and the Adobe
  32. Portable Document Format (PDF -- sometimes confused with Acrobat, Adobe's
  33. PDF browser/editor product), and
  34.  
  35.     - A set of C procedures (the Ghostscript library) that implement
  36. the graphics and filtering (data compression / decompression / conversion)
  37. capabilities that appear as primitive operations in the PostScript language
  38. and in PDF.
  39.  
  40. How is Ghostscript licensed?  Where can I find it?
  41. --------------------------------------------------
  42.  
  43. Ghostscript is a copyrighted work (Aladdin Enterprises owns the copyright);
  44. it is not shareware or in the public domain.  Different versions of it are
  45. distributed with three different licenses:
  46.  
  47.     - Versions entitled "Aladdin Ghostscript" are distributed with a
  48. license called the Aladdin Ghostscript Free Public License that allows free
  49. use, copying, and distribution by end users, but does not allow commercial
  50. distribution.  You can always get the current version of Aladdin
  51. Ghostscript with this license by Internet FTP from
  52.     ftp://ftp.cs.wisc.edu/ghost/aladdin/ghostscript*NNNN*
  53. or, if you run AFS, by direct reference to
  54.     /afs/cs.wisc.edu/public/ghost/aladdin/ghostscript*NNNN*
  55. where NNNN is the version number.  If you do not have convenient access to
  56. the Internet, Aladdin Enterprises can send you Aladdin Ghostscript on
  57. PC-compatible diskettes for a small fee; please contact Aladdin for more
  58. information.  The address and phone number are given later on in this
  59. document.  Please note that this is not "commercial licensing"; you are
  60. still getting freely redistributable software, with no support and no
  61. warranty.
  62.  
  63.     - Versions entitled "GNU Ghostscript" are distributed with the GNU
  64. General Public License, which allows free use, and free copying and
  65. redistribution under certain conditions (including, in some cases,
  66. commercial distribution).  GNU Ghostscript versions are released
  67. approximately a year after the corresponding Aladdin Ghostscript version.
  68. You can always get the current version of GNU Ghostscript by Internet FTP
  69. from
  70.     ftp://ftp.cs.wisc.edu/ghost/gnu/ghostscript*NNNN*
  71. or, if you run AFS, by direct reference to
  72.     /afs/cs.wisc.edu/public/ghost/gnu/ghostscript*NNNN*
  73. or from any of the GNU distribution sites, such as ftp.uu.net:/systems/gnu
  74. or gatekeeper.dec.com:/pub/GNU; you can also get GNU Ghostscript on tape
  75. or CD-ROM from the Free Software Foundation.  For a more complete list of
  76. sites, including sites outside the U.S., send e-mail to
  77. gnu@prep.ai.mit.edu.
  78.  
  79.     - Versions of Ghostscript are also available for commercial
  80. licensing.  See the next section for details.
  81.  
  82. Aladdin Ghostscript and GNU Ghostscript come with NO WARRANTY and NO
  83. SUPPORT.  If you have a question or a bug to report, please see the
  84. section "If you need help" below for information about what to do.
  85.  
  86. The Ghostscript source code distribution, and the Ghostscript executable
  87. code, include the following libraries obtained from other parties:
  88.  
  89.     - The Independent JPEG Group (IJG) library.  The executable versions
  90. of Ghostscript are based in part on the work of the Independent JPEG Group.
  91. For more information, please see the file jpeg.mak in the main Ghostscript
  92. source directory, and the README file in the jpeg subdirectory of the
  93. Ghostscript source code.
  94.  
  95.     - The PNG library created by Dave Martindale, Guy Eric Schalnat,
  96. Paul Schmidt, and Tim Wegner, of Group 42, Inc.  For more information,
  97. please see the libpng.mak file in the main Ghostscript source directory, and
  98. the files readme.txt and png.h in the libpng subdirectory of the Ghostscript
  99. source code.
  100.  
  101.     - The zlib library created by Jean-loup Gailly and Mark Adler.  For
  102. more information, please see the zlib.mak file in the main Ghostscript
  103. source directory, and the README file in the zlib subdirectory of the
  104. Ghostscript source code.
  105.  
  106. These libraries do NOT fall under either the GNU License or the Aladdin
  107. Ghostscript Free Public License; they come with their own licenses, which
  108. also allow free use and redistribution under appropriate circumstances and
  109. which appear in the files referenced just above.  These libraries are
  110. entirely original works of their respective authors, and are provided "AS
  111. IS" with NO WARRANTY and NO SUPPORT.
  112.  
  113. What about commercial use?
  114. --------------------------
  115.  
  116. GNU Ghostscript may not be incorporated into commercial products which
  117. forbid copying or for which customers cannot obtain source code for no more
  118. than the cost of reproduction, although it may be distributed ("aggregated")
  119. with commercial products; Aladdin Ghostscript may not be incorporated into
  120. commercial products at all, and may only be distributed commercially under
  121. extremely limited circumstances.  However, Ghostscript is also available for
  122. commercial licensing, which in addition to the right to incorporate
  123. Ghostscript into commercial products includes support, a limited warranty,
  124. high-quality fonts, and other benefits.  For more information about
  125. commercial licensing of Ghostscript, please contact Aladdin Enterprises'
  126. commercial distribution partner, the only entity legally authorized to
  127. distribute Ghostscript per se on any terms other than the GNU or Aladdin
  128. free licenses:
  129.  
  130.         Licensing Information
  131.         Artifex Software Inc.
  132.         454 Las Gallinas Ave., suite 108
  133.         San Rafael, CA 94903  U.S.A.
  134.         voice +1-415-492-9861
  135.         fax +1-415-492-9862
  136.         e-mail: info@arsoft.com
  137.  
  138. Currently, Artifex does not offer commercial support as a separate service;
  139. support is available only to OEM licensees.
  140.  
  141. What platforms does Ghostscript run on?
  142. ---------------------------------------
  143.  
  144. Ghostscript is written entirely in C (with some optional assembly-language
  145. accelerators for MS-DOS platforms), with special care taken to make it run
  146. properly on systems of either byte order and of various word lengths.
  147.  
  148. GNU Ghostscript is known to run on the following platform families:
  149.  
  150.     - A wide variety of Unix systems using X Windows version 11, release
  151.       4, 5, and 6, including Sun-3, Sun-4, Sun-386i, and Sun
  152.       SPARCStation; generic 80386/486/Pentium machines running Linux,
  153.       386/ix, FreeBSD, ISC Unix, SCO Unix, and Solaris; H-P 9000/300 and
  154.       9000/800; DECStation 2100 and 3100; VAX running Ultrix and OSF/1;
  155.       Sequent Symmetry; Convex C1 and C2; Tektronix 4300; SGI Iris
  156.       Indigo; 4.4bsd Unix systems (FreeBSD (intel), NetBSD (intel,
  157.       sparc, m68k (apple, amiga, sun & hp) and vax) and 386BSD (intel)).
  158.  
  159.     - Sun workstations (Sun-3, SPARC, Sun-386i) running SunView;
  160.  
  161.     - VAX or AXP systems running VMS with X11R4/5 and DEC C or gcc.
  162.  
  163. Aladdin Ghostscript is known to run on all of the above, and additionally
  164. the following platform families:
  165.  
  166.     - IBM PC and compatibles with EGA, VGA, SuperVGA, or compatible
  167.       graphics under MS-DOS 3.1, 3.3, 5.0, or 6.22, and Microsoft
  168.       Windows 3.1, NT, or 95;
  169.  
  170.     - IBM PC and compatibles under DR DOS 6.0;
  171.  
  172.     - IBM PC and compatibles under OS/2 2.0, 2.1 and Warp 3.0.
  173.  
  174.         - Macintosh with System 7 or later, both 680x0 and PowerPC native.
  175.           For specific information on the Macintosh implementation, please
  176.           see http://www.glyphic.com/glyphic/projects/macgs.html
  177.  
  178. It is very likely that Ghostscript will run under other versions of MS-DOS,
  179. and other versions of Unix that support X11, but it has not been tested in
  180. these environments.  (Ghostscript does not run well on PC-compatibles with
  181. Hercules display cards, since text and graphics output interfere with each
  182. other, but you can work around this by redirecting the text output to a file.)
  183.  
  184. Ghostscript has also been ported to a number of platforms by users, who are
  185. willing to be contacted regarding problems on those specific platforms:
  186.  
  187.     - For information and possibly precompiled binaries for NeXT
  188.     machines, contact Alan Barclay <escribe@wintermute.co.uk>,
  189.     in the U.K. at +44-1224-591779 (voice & fax).
  190.  
  191.     - For information on a port to the Amiga, contact Andreas Maschke
  192.     (epgbc@cluster6.urz.uni-halle.de).  This port includes drivers for
  193.         IFF (file format)
  194.         RETINA (graphics board) and
  195.         INTUI (Amiga Window system)
  196.     by Andreas Heitmann (andreas@gotcha.swb.de).
  197.  
  198.     - For information on a port to the Atari ST, contact Tim
  199.     Gallivan (timg@landau.ph.utexas.edu).
  200.  
  201.     - For information on a port to the Acorn Archimedes, contact
  202.     David Elworthy (David.Elworthy@cl.cam.ac.uk).
  203.  
  204. ********
  205. ******** Related work
  206. ********
  207.  
  208. PDF encryption
  209. --------------
  210.  
  211. A user outside the U.S. has created code that allows processing of encrypted
  212. PDF files.  Unfortunately, current U.S. export control laws don't allow
  213. redistribution of this code from a site in the U.S., even though it's freely
  214. available to anyone anywhere in the world from its author's site, so you'll
  215. have to get this code from:
  216.  
  217.     http://www.ozemail.com.au/~geoffk/pdfencrypt/pdf_sec.ps
  218.  
  219. If that doesn't work, try:
  220.  
  221.     http://www.ozemail.com.au/%7Egeoffk/pdfencrypt/pdf_sec.ps
  222.  
  223. The patch consists entirely of PostScript code, so it can be added to a
  224. running version of Ghostscript -- you don't have to recompile anything.  It
  225. is a single file that replaces the file pdf_sec.ps in the standard
  226. Ghostscript fileset.
  227.  
  228. Previewers
  229. ----------
  230.  
  231. The Ghostscript user interface is very primitive, so several people have
  232. contributed screen previewers with better user interfaces.
  233.  
  234. We know of two freely available X Windows screen previewers based on
  235. Ghostscript: Ghostview and GSPreview.  For information on Ghostview, contact
  236. Tim Theisen (ghostview@cs.wisc.edu).  For information on GSPreview, contact
  237. Richard Hesketh (rlh@ukc.ac.uk).
  238.  
  239. There is a freely available previewer for OpenVMS (both VAX and AXP) called
  240. GhostView-VMS or gv-vms, derived from Tim Theisen's Ghostview 1.5 by
  241. Johannes Plass (PLASS@dipmza.physik.Uni-Mainz.DE).  Some places you can find
  242. it are:
  243.     WWW:
  244.       http://www.wku.edu/htbin/fileserv?X11KIT
  245.     FTP:
  246.       site:  ftp.wku.edu
  247.       file:  VMS/FILESERV/X11Kit.ZIP
  248.       site:  nic.switch.ch
  249.       file:  mirror/vms/spc/macro32/savesets/x11kit.zip
  250.       site:  ada.cenaath.cena.dgac.fr
  251.       files: DECWINDOWS/XAW3D/
  252.       site:  axp.psl.ku.dk
  253.       files: DECWINDOWS/XAW3D/
  254.  
  255. There is a freely available MS Windows screen previewer based on
  256. Ghostscript, called GSview, and a similar OS/2 previewer.
  257. GSview is available from
  258.     http://www.cs.wisc.edu/~ghost/gsview/
  259. For technical information on GSview for Windows or PM GSview, please contact
  260. Russell Lang (rjl@aladdin.com).  (Aladdin provides Lang with a mail alias,
  261. but Lang is not an employee or agent of Aladdin.)  These programs are also
  262. available for commercial licensing from Artifex Software Inc.
  263.  
  264. Users have created two packages that provide a set of GSview-like commands
  265. that MS-DOS users can enter through the keyboard.  One such package, created
  266. by GUST, the Polish TeX Users Group, is in the public domain.  It is
  267. available from
  268.     ftp.pg.gda.pl:/pub/TeX/GUST/contrib/PS/ps_view/*
  269. and from sites in the CTAN network such as
  270.     ftp.dante.de:/tex-archive/support/ps_view/*
  271. The authors describe the package as follows:
  272.        Fast and easy previewing of PS documents!
  273.        a PostScript preamble providing an interactive environement
  274.        for previewing PostScript documents. The current version
  275.        can drive Ghostscript 4.03 interpreter and assumes conformance
  276.        of the document to the Adobe PostScript structuring conventions.
  277.        Batch files provided for MS DOS, however ps_view can be adapted
  278.        to any operating system.
  279. For more information, e-mail to Stanislaw Wawrykiewicz
  280. <staszek@ipipan.gda.pl>.
  281.  
  282. The other keyboard-based viewing package is available from
  283.     puccini.ujf-grenoble.fr:pub/contrib-ps/DOS-PSV/*
  284. and appears to be redistributable with no restrictions.
  285.  
  286. Another user has created a Ghostscript-based bitmap previewing program for
  287. Linux that doesn't use X Windows, called BMV.
  288.  
  289.   BMV is a very simple viewer of images in the pbm(5)-raw format
  290.       and front end for GhostScript, based on Svgalib library for Linux
  291.  
  292.   BMV is distributed under GNU GPL (General Public License),
  293.     you can obtain a copy from many FTP sites if you are interested in details
  294.  
  295.   Jan Kybic, Prosecka 681, Praha 9, Czech Republic, <kybic@earn.cvut.cz>
  296.  
  297.   There is a port of BMV under SCO Unix by William Bader
  298.   <wbader@pluto.csee.lehigh.edu>. Contact him if you are interested.
  299.  
  300. BMV is available from
  301.     ftp://sunsite.unc.edu/pub/Linux/apps/graphics/viewers/bmv-1.1.tar.gz
  302.  
  303. Other programs
  304. --------------
  305.  
  306. Mr. Norio Katayama (katayama@nacsis.ac.jp) has done some work on making
  307. Ghostscript work well with Kanji fonts.  Please contact him for more
  308. information.
  309.  
  310. An extensive list of Unix systems and the fonts available on them is
  311. available on
  312.     http://www.math.utah.edu/~beebe/#PostScript-fonts
  313. courtesy of Nelson H. F. Beebe.
  314.  
  315. Genscript is a free replacement for the enscript program.  Genscript
  316. converts ASCII files to PostScript and spools generated PostScript output to
  317. the specified printer or leaves it to file.  Genscript can be easily
  318. extended to handle different output media and it has many options which can
  319. be used to customize printouts.  You can find the current version on
  320.  
  321.   ftp://prep.ai.mit.edu/pub/gnu/genscript-1.3.0.tar.gz
  322.  
  323.   Genscript home page:    http://www.iki.fi/~mtr/genscript/
  324.             (or http://www.hut.fi/~mtr/genscript/)
  325.  
  326. There is a good free utility "pstotext" that works with Ghostscript to
  327. extract plain-text from PostScript files.  It is much better than the
  328. ps2ascii utility distributed with Ghostscript.  You can read the pstotext
  329. documentation at:
  330.  
  331.     http://www.research.digital.com/SRC/virtualpaper/manpages/pstotext.1.html
  332.  
  333. You can download pstotext from the following URL:
  334.  
  335.     http://www.research.digital.com/SRC/virtualpaper/pstotext.html
  336.  
  337. There is no formal technical support for pstotext, but the authors are happy
  338. to receive your questions and comments by e-mail at the following locations:
  339.  
  340.     http://www.research.digital.com/SRC/virtualpaper/comments.html
  341.     mailto:mcjones@pa.dec.com
  342.     mailto:birrell@pa.dec.com
  343.  
  344. For more information about the authors' Virtual Paper project, which
  345. attempts to make on-line reading of lengthy material (like research reports,
  346. manuals, or entire books) comfortable, read:
  347.  
  348.     http://www.research.digital.com/SRC/virtualpaper
  349.  
  350. Martin Lottermoser <Martin.Lottermoser@mch.sni.de> has developed a
  351. higher-quality driver for the H-P inkjet printers (currently, DeskJet 500,
  352. 500C, 510, 520, 540, 550C, 560C, 850C, 855C).  You can get the source code
  353. for his driver, called hpdj, from (the version number may be different):
  354.  
  355.     ftp://ftp.pdb.sni.de/pub/utilities/misc/hpdj-2.1.tar.gz
  356.  
  357.  
  358. ********
  359. ******** If you need help ********
  360. ********
  361.  
  362. There is a Frequently Asked Questions file available for Internet anonymous
  363. FTP from
  364.     ftp://ftp.cs.wisc.edu/ghost/gsfaq.txt
  365. (i.e., FTP to ftp.cs.wisc.edu, file name /ghost/gsfaq.txt)
  366. or, if you run AFS, by direct reference to
  367.     /afs/cs.wisc.edu/public/ghost/gsfaq.txt
  368. and also available by HTTP (World Wide Web) from
  369.     http://www.cs.wisc.edu/~ghost/gsfaq.html
  370. It isn't updated very often, so it may be a little out of date.
  371.  
  372. In December 1995, CompuServe announced that the Graphics Support Forum
  373. offers Message Section and Library 21, "Ghostscript", for technical
  374. assistance with Ghostscript.  Ghostscript is available for downloading in
  375. Library 21, "Ghostscript." To access the Graphics Support Forum, GO
  376. GRAPHSUP.  This service has no connection with Aladdin Enterprises.
  377.  
  378. Aladdin Enterprises doesn't have the resources to respond to questions from
  379. users of the freely available versions of Ghostscript.  (Responding to
  380. questions and bug reports is one of the benefits that Artifex Software
  381. provides to commercial users in exchange for the licensing fee.)  If you
  382. have problems with Ghostscript, and you have access to the Internet, we
  383. suggest you post your question to one of the following Usenet newsgroups:
  384.  
  385.     - If your question is about GNU Ghostscript (currently, versions
  386. 3.33 and below), post it to the gnu.ghostscript.bug newsgroup.  If you have
  387. access to Internet mail, but not news, send e-mail to
  388. bug-ghostscript@prep.ai.mit.edu, which is equivalent to posting to the
  389. gnu.ghostscript.bug newsgroup.
  390.  
  391.     - If your question is about Aladdin Ghostscript (currently, versions
  392. above 3.33), post it to the comp.lang.postscript newsgroup.  If you have
  393. access to Internet mail, but not news, send e-mail to
  394. comp.lang.postscript@aladdin.com, which is equivalent to posting to the
  395. comp.lang.postscript newsgroup.  (We hope to establish a separate newsgroup
  396. for Aladdin Ghostscript in the future, since comp.lang.postscript was not
  397. intended for Ghostscript discussion per se.)
  398.  
  399. There are hundreds of Ghostscript user sites all over the world, and often
  400. another user will be able to help you. If you are having trouble with
  401. a specific device driver, look in the file devs.mak and see if it is a
  402. user-maintained driver.  If so, please contact the person listed there
  403. directly; please do not contact Aladdin Enterprises regarding
  404. user-maintained drivers.
  405.  
  406. Aladdin Enterprises does want Ghostscript to be of high quality, so if you
  407. have been running Ghostscript and encounter a problem, we encourage you to
  408. post bugs to the newsgroups mentioned above.  We will consider investigating
  409. problems reported to those newsgroups, or e-mailed directly to
  410. ghost@aladdin.com, if (and only if) the report meets all the following
  411. criteria:
  412.  
  413.     - You are using the most recent version of Aladdin Ghostscript.
  414.  
  415.     - You obtained Ghostscript directly from Aladdin Enterprises, or
  416.     from the FTP or AFS site on the Internet mentioned above (i.e., not
  417.     from a bulletin board system or a commercial system such as
  418.     CompuServe or GEnie).
  419.  
  420.     - You have installed Ghostscript successfully, and used it
  421.     successfully on other input data.
  422.  
  423.     - Your problem is reproducible, and you can mail us the input
  424.     data that evokes it (by e-mail, anonymous FTP, or PC diskette).
  425.     (But please do not send anything unless we ask you for it.)
  426.  
  427.     - You created the bug report using the form in bug-form.txt,
  428.     completely filled out.
  429.  
  430. Bug reports that include suggested fixes are especially welcome.
  431.  
  432. As time permits, Aladdin Enterprises may also respond to e-mail from the
  433. following classes of users:
  434.  
  435.     - Beta testers who have actually given us at least one report on
  436.     some beta version supplied to them.
  437.  
  438.     - People developing drivers that are for, or applications that
  439.     are based on, Ghostscript and that will be made freely available.
  440.  
  441.     - People who express serious interest in commercial licensing
  442.     of Ghostscript.
  443.  
  444. Aladdin Enterprises owns or has access to the following hardware and
  445. software:
  446.  
  447.     Pentium and 486 PCs with color SuperVGA displays;
  448.       Epson-compatible printer (the printer also is compatible with
  449.       the IBM Proprinter); various H-P printers.  These systems run
  450.       MS-DOS 5.0 and 6.22 and Microsoft Windows 3.1 and 95 with
  451.       Borland C++ 4.0 (and several older versions), Watcom C++ 10.0,
  452.       and Microsoft Visual C++ 4.0, and Linux with gcc.
  453.  
  454.     SPARCstation, SunOS 4.1, cc and gcc, X11R5 and SunView;
  455.       both monochrome and color displays.
  456.  
  457.     DECstation, Ultrix.
  458.  
  459.     IBM RS/6000 and PowerPC, Unix (AIX 3.n).
  460.  
  461.     DEC AXP (Alpha), OSF/1.
  462.  
  463. If your problem turns out to be specific to some other hardware or
  464. software configuration, it may take longer to track down, since we
  465. will have to rely on other users to help.
  466.  
  467. Aladdin's contact information is as follows:
  468.  
  469.         Aladdin Enterprises
  470.         P.O. box 60264
  471.         Palo Alto, CA 94306
  472.         phone +1-415-322-0103 (8:30 AM - noon, Pacific time)
  473.         fax +1-415-322-1734
  474.         ghost@aladdin.com
  475.  
  476. Please do not contact us if all you want is help with the freely distributed
  477. versions of Ghostscript!  Ghostscript is free, but our time is not.  If you
  478. call for help, we will tell you politely that we cannot answer your
  479. question.  Ghostscript's documentation, while not of commercial end-user
  480. quality, has been adequate for thousands of users (for many of whom English
  481. is a foreign language), so the answer to your question is very likely in it
  482. somewhere.
  483.  
  484. ********
  485. ******** Things you can do to help ********
  486. ********
  487.  
  488. There are some projects that users could do that are somewhat
  489. decoupled from the main body of the code, and that would help improve
  490. Ghostscript:
  491.  
  492.     - Someone is needed to take responsibility for texinfo and/or man
  493. page documentation for Ghostscript.  What this would involve is updating
  494. this documentation during the beta test period for each release, and
  495. sending it to Aladdin to be included in the final fileset.  (Aladdin would
  496. continue to supply the plain-text documentation as it currently exists.)
  497.  
  498.     - Adobe has donated the specification of the Display PostScript C
  499. API to the X distribution, as well as the client-side implementation.
  500. Modifying Ghostscript to interface with this code as a substitute for a
  501. Display PostScript server might make Ghostscript a lot more useful, since
  502. it would then be "plug compatible" with Display PostScript in an important
  503. way.  Contact ghost@aladdin.com if you would like to help with this.
  504.  
  505. ********
  506. ******** Acknowledgements ********
  507. ********
  508.  
  509. Ghostscript was originally created, and is primarily developed and
  510. maintained, by L. Peter Deutsch, President of Aladdin Enterprises.
  511.  
  512. Special thanks are due to Russell Lang, for the GSview for Windows and PM
  513. GSview programs and for contributing most of the code for the Microsoft
  514. Windows and OS/2 environments; to Tim Theisen, for the Ghostview program for
  515. X Windows and for major contributions to, and ongoing assistance with
  516. support of, the code for the X Windows environment; to Martin Fong, for the
  517. original port of Ghostscript to the Macintosh, and Mark Lentczner, for the
  518. current Macintosh port; and to the Independent JPEG Group, to Group 42,
  519. Inc., and to Jean-loup Gailly and Mark Adler, for creating the freely
  520. available libraries that Ghostscript uses.
  521.  
  522. Special thanks are due to URW++ Design and Development Incorporated, of
  523. Hamburg, Germany, for making a commercial-quality set of the 35 standard
  524. PostScript Type 1 fonts available for free distribution under the GNU and
  525. Aladdin licenses.
  526.  
  527. Special thanks are due to Richard Stallman and the Free Software Foundation
  528. for originating the GNU License, for originally motivating the creation of
  529. Ghostscript, and for being the primary distributor of GNU Ghostscript on
  530. the Internet.
  531.  
  532. The file helpers.txt contains a list of the many other people who have
  533. contributed significantly to improving Ghostscript.
  534.